0013 Rust ๐ฆ
parent link:
MRU
0013.5 ๊ฐ๋ณ๊ฒ ์ ๋ฆฌํ ๋ฌ์คํธ ์ธ์ด ํน์ง๋ค
- 0013 Rust ๐ฆ |
---|
-
From๊ณผ Into Trait๋ฅผ ์ฌ์ฉํ์ฌ ์ ์ฐํ ์บ์คํ ์ง์ํ๊ธฐ
-
FromStr ์ ๊ตฌํํ๋ฉด ํ์ฑ์ ๊ณตํต์ ์ธ ๋ฐฉ๋ฒ์ผ๋ก ์ํํ ์ ์๋ค๊ณ
-
์์ ๋ชจ๋์ ๋ถ๋ชจ ๋ชจ๋์ private ์์๋ค์ ์์ ๋กญ๊ฒ ์ ๊ทผํ ์ ์๋ค
-
values in a scope are dropped in the opposite order they are defined
-
Debug trait and DebugList builder and DebugStruct builder etc
-
book ์ฝ๋ค๊ฐ ์๊ฐ๋ ๊ฒ๋ค
- trim
- unit type
- array
- Statements and Expressions
- let ๋ณ์ ์ ์ธ๋ง ํด๋ ๋๋์
- loop label
- Box
- immutable to mutable
- Permission Handling
- static lifetime
- lifetime elision
- Deref trait
- immutable reference is copyable, mutable reference is not copyable
- How to add between different types - rust
- Using the Newtype Pattern to Implement External Traits on External Types
- MIRI - Mid-level Intermediate Representaion Interpreter
-
different with other languages like c c++